NDocumentViewTask<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings,TPromiseResult> Class Members
In This Topic
The following tables list the members exposed by NDocumentViewTask<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings,TPromiseResult>.
Protected Properties
| Name | Description |
| Document | Gets or sets the view document |
| ResultPromise | The resulting promise returned by the task. It aggregates the m_Promise field to provide Error reporting. |
Top
Public Methods
| Name | Description |
| GetTaskName | Must override to return the task name |
| GetTaskType | Must override to return the task type |
Top
See Also